[INFO] cloning repository https://github.com/slowe8/distributed_rust_gofish
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/slowe8/distributed_rust_gofish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslowe8%2Fdistributed_rust_gofish", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslowe8%2Fdistributed_rust_gofish'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80f82c545735cc8a7108b82ae90b92317f418bbf
[INFO] fixing slowe8/distributed_rust_gofish against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslowe8%2Fdistributed_rust_gofish" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/slowe8/distributed_rust_gofish
[INFO] finished tweaking git repo https://github.com/slowe8/distributed_rust_gofish
[INFO] tweaked toml for git repo https://github.com/slowe8/distributed_rust_gofish written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/slowe8/distributed_rust_gofish on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/slowe8/distributed_rust_gofish already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96
[INFO] running `Command { std: "docker" "start" "374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.28
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking distributed_rust_gofish v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `Ipv4Addr: From<IpAddr>` is not satisfied
[INFO] [stdout]    --> src/protocol.rs:344:43
[INFO] [stdout]     |
[INFO] [stdout] 344 |     SocketAddr::V4(SocketAddrV4::new(ipv4.into(), port))
[INFO] [stdout]     |                                           ^^^^ the trait `From<IpAddr>` is not implemented for `Ipv4Addr`
[INFO] [stdout]     |
[INFO] [stdout] help: `Ipv4Addr` implements trait `From<T>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1285:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `From<u32>`
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1295:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `From<[u8; 4]>`
[INFO] [stdout]     = note: required for `IpAddr` to implement `Into<Ipv4Addr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Ipv4Addr: From<IpAddr>` is not satisfied
[INFO] [stdout]   --> src/state.rs:74:41
[INFO] [stdout]    |
[INFO] [stdout] 74 |     SocketAddr::V4(SocketAddrV4::new(ip.into(), port_selector(player)))
[INFO] [stdout]    |                                         ^^^^ the trait `From<IpAddr>` is not implemented for `Ipv4Addr`
[INFO] [stdout]    |
[INFO] [stdout] help: `Ipv4Addr` implements trait `From<T>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1285:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `From<u32>`
[INFO] [stdout]   ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1295:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `From<[u8; 4]>`
[INFO] [stdout]    = note: required for `IpAddr` to implement `Into<Ipv4Addr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/cards.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |                 let mut arr = [taken[0], taken[1], taken[2], taken[3]];
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Ipv4Addr: From<IpAddr>` is not satisfied
[INFO] [stdout]    --> src/protocol.rs:344:43
[INFO] [stdout]     |
[INFO] [stdout] 344 |     SocketAddr::V4(SocketAddrV4::new(ipv4.into(), port))
[INFO] [stdout]     |                                           ^^^^ the trait `From<IpAddr>` is not implemented for `Ipv4Addr`
[INFO] [stdout]     |
[INFO] [stdout] help: `Ipv4Addr` implements trait `From<T>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1285:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `From<u32>`
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1295:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `From<[u8; 4]>`
[INFO] [stdout]     = note: required for `IpAddr` to implement `Into<Ipv4Addr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]   --> src/state.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |         Some(ref mut d) => d.draw(),
[INFO] [stdout]    |              ^^^^^^^ explicit `ref` binding modifier not allowed when implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout] note: matching on a reference type with a non-reference pattern implicitly borrows the contents
[INFO] [stdout]   --> src/state.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         Some(ref mut d) => d.draw(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ this non-reference pattern matches on a reference type `&mut _`
[INFO] [stdout] help: remove the unnecessary binding modifier
[INFO] [stdout]    |
[INFO] [stdout] 84 -         Some(ref mut d) => d.draw(),
[INFO] [stdout] 84 +         Some(d) => d.draw(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Ipv4Addr: From<IpAddr>` is not satisfied
[INFO] [stdout]   --> src/state.rs:74:41
[INFO] [stdout]    |
[INFO] [stdout] 74 |     SocketAddr::V4(SocketAddrV4::new(ip.into(), port_selector(player)))
[INFO] [stdout]    |                                         ^^^^ the trait `From<IpAddr>` is not implemented for `Ipv4Addr`
[INFO] [stdout]    |
[INFO] [stdout] help: `Ipv4Addr` implements trait `From<T>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1285:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `From<u32>`
[INFO] [stdout]   ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/net/ip_addr.rs:1295:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `From<[u8; 4]>`
[INFO] [stdout]    = note: required for `IpAddr` to implement `Into<Ipv4Addr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `distributed_rust_gofish` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/cards.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |                 let mut arr = [taken[0], taken[1], taken[2], taken[3]];
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]   --> src/state.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |         Some(ref mut d) => d.draw(),
[INFO] [stdout]    |              ^^^^^^^ explicit `ref` binding modifier not allowed when implicitly borrowing
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout] note: matching on a reference type with a non-reference pattern implicitly borrows the contents
[INFO] [stdout]   --> src/state.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         Some(ref mut d) => d.draw(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ this non-reference pattern matches on a reference type `&mut _`
[INFO] [stdout] help: remove the unnecessary binding modifier
[INFO] [stdout]    |
[INFO] [stdout] 84 -         Some(ref mut d) => d.draw(),
[INFO] [stdout] 84 +         Some(d) => d.draw(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `distributed_rust_gofish` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96", kill_on_drop: false }`
[INFO] [stdout] 374cb1eb2863f11b86c8e7f5b39e5b517f7d918411a585803bcddc53496d8e96
